home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 [x86] / NeXT Step 3.1 Intel.cdr.dmg / NextApps / Preferences.app / Command.preferences / French.lproj / Command.nib / data.classes next >
Text File  |  1993-03-12  |  573b  |  44 lines

  1. Clock = {
  2.     ACTIONS = {
  3.     increaseSecond:;
  4.     decreaseHour:;
  5.     decreaseSecond:;
  6.     increaseDay:;
  7.     decreaseMinute:;
  8.     increaseMinute:;
  9.     decreaseDay:;
  10.     increaseHour:;
  11.     };
  12.     SUPERCLASS = View;
  13. };
  14. Command = {
  15.     ACTIONS = {
  16.     removeCommand:;
  17.     loadForm:;
  18.     addCommand:;
  19.     };
  20.     OUTLETS = {
  21.     window;
  22.     menuLoc;
  23.     form;
  24.     scroll;
  25.     menuStrings;
  26.     button;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. NXBrowser = {
  36.     OUTLETS = {
  37.     delegate;
  38.     };
  39.     SUPERCLASS = Control;
  40. };
  41. MenuLocation = {
  42.     SUPERCLASS = Control;
  43. };
  44.